class definition

英 [klɑːs ˌdefɪˈnɪʃn] 美 [klæs ˌdefɪˈnɪʃn]

网络  类定义; 类之定义; 类的定义; 类别之定义; 类型定义

计算机



双语例句

  1. The other notable line in this test is the class definition, which points to the template class, rather than one that you might create.
    这个测试中另一个值得注意的行是这个类定义,它指向这个模板的类,而不是您可能创建的模板。
  2. Often, it just doesn't make sense to include a zeroary constructor in a class definition.
    通常在类定义中包含不带参数的构造函数没有任何意义。
  3. You'll notice that despite the lack of explicitly-defined setter methods in the class definition, XJConf was still able to configure the object's properties through the__set() method.
    您将注意到,尽管类定义中缺少显式定义的setter方法,XJConf仍然能够通过set()方法配置对象的特性。
  4. SPML service schema is based on W3C XML Schema, and adds to it the object class definition and attribute-sharing model ( see Object class and attribute-sharing model).
    SPML服务模式以W3CXMLSchema为基础,并将其增加到对象类型定义和属性共享模型中(请参阅对象类和属性共享模型)。
  5. In the IBM FileNet P8 system, the Folder class definition is the ideal starting point.
    在IBMFileNetP8系统中,Folder类定义是理想的起点。
  6. First, there is no main method or class definition, just some simple code.
    首先,没有main方法或者类定义,只有一些简单的代码。
  7. If an application needs to have both instances of a type as well as some kind of "global" instance, a Scala application will allow both a class definition and an object definition of the same name.
    如果应用程序需要同时具有某个类型的实例和某种“全局”实例,则Scala应用程序将允许以相同的名字同时定义class和object。
  8. Listing 2 shows the class definition.
    清单2显示类定义。
  9. You do not code a class definition for them, nor do you call a constructor to create them.
    不能通过代码为SDO编写一个类定义,也不能调用构造函数来创建它们。
  10. In this case, the script was named BusinessObjects. groovy, so the code not contained in a class definition was then compiled into a.class file named BusinessObjects.
    在这个例子中,脚本被命名为BusinessObjects.groovy,所以,类定义中没有包含的代码被编译到一个名为BusinessObjects的.class文件。
  11. The noncopyable class definition presents no surprises, as the copy constructor and operator= are declared private.
    noncopyable类定义没有什么令人感到新奇的地方,因为copyconstructor和operator=声明为private。
  12. Note the implements keyword in the class definition where it's declared that this class implements the SensorListener interface.
    注意类定义中的implements关键字,其中声明了该类实现SensorListener接口。
  13. If the class is already loaded, the class definition reopens the class, allowing me to make changes.
    如果已经加载了类,则类定义会重新打开类以允许我进行变更。
  14. Finally, you'll see that all the previous listings explicitly load the class definition files, before parsing the XML definitions and data.
    最后,您将看到,在解析XML定义和数据之前,上文中的所有清单都可以显式地加载类定义文件。
  15. This will contain the class definition for your model.
    该文件将包含模型的类定义。
  16. So in order to model cases in IBM FileNet, the sample asset uses a CaseFolder class definition.
    因此,为了在IBMFileNet中对案例进行建模,示例资产使用一个CaseFolder类定义。
  17. The first thing to do is create a subclass of the CaseFolder class definition.
    首先,创建CaseFolder类的一个子类。
  18. The element contains the user-defined class definition the RPCAdapter will instantiate to invoke the method.
    元素包含用户定义的类定义,RPCAdapter将实例化此类定义以调用方法。
  19. Verify that the target folder and target class definition are valid and exist on the target library.
    验证目标文件夹和目标类定义有效并存在于目标库中。
  20. For this simple example, you will just add a new Javadoc tag to the class definition's Javadoc comments.
    对于此简单的实例,您仅仅将向类定义的Javadoc注释中添加新的Javadoc标签。
  21. Saves an instance of an object as a class definition in a class library.
    将对象的一个实例作为一种类的定义保存入类库。
  22. The code-behind file for a page is not a complete class definition.
    页的代码隐藏文件不是一个完整类定义。
  23. OK, the reason I'm saying this is, we have one class definition, is a cookie cutter, it's a template that's going to let us build versions of these things.
    同一实例,好,我为什么要说这个的原因是,我们学习了类的定义了,这就像曲奇成型刀一样,它是个让我们建立不同版本的,这些东西的一个模板。
  24. And is able to then say, inside of that class definition, find the value of x.
    这个类的定义这里然后取值,也可以这么说,在类的定义的里面。
  25. Can't remove pages in class definition.
    无法移除类定义中的页。
  26. Property is called when the class definition is executed, which means it can add methods to the class.
    property会被调用,这就意味着可以利用property向class添加方法。
  27. This array element has been defined as an object and cannot be redefined in the class definition.
    此数组元素已经定义为一个对象,不能在类定义中重新定义。
  28. To resolve this condition, the web service must be defined within a single class definition in a separate code file or "code-behind" file.
    若要解决此问题,必须在单独的代码文件或“代码隐藏”文件中的单个类定义中定义web服务。
  29. One of the things that I defined inside my class definition here was an internal method.
    就是这里的内部方法,这个方法有个名字,这很明显,那么这个方法。
  30. Notice in the class definition here, is there, this is the first thing that's got called, and I just called with the value for x and the value for y, and it went off and did something for me.
    就在这里,这是第一个被调用的东西,我用x的值和y的值调用了它,然后这个方法继续进行,并为了做了一些操作。